Overload | Description |
---|---|
RangeList<T> Constructor() | Creates a new list |
RangeList<T> Constructor(IEnumerable<Range<T>>) | Creates a new list and copies the elements from the source |
RangeList<T> Constructor(String) | Creates a new list and adds items parsed from the source |
RangeList<T> Constructor(String,String) | Creates a new list and adds items parsed from the source |